home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / ham / ax.25 / AmiCom / konfig.ac < prev    next >
Text File  |  1996-06-19  |  5KB  |  103 lines

  1. ;*****************************************************
  2. ;*                                                   *
  3. ;*  Konfiguration-file for AmiCom Amiga version 2.2  *
  4. ;*                                                   *
  5. ;*****************************************************
  6. ;*                                                   *
  7. ;*    In this file are all important informations    *
  8. ;*      which are necessary to run this program.     *
  9. ;*              Please read carefully!               *
  10. ;*                                                   *
  11. ;*****************************************************
  12. ;
  13. MYCALL "CHANGE THIS FIRST!"           ;Your own callsign
  14. MYNAME "That's not my name!"        ;Your own name
  15. ;
  16. ;Number of channels. Every channel uses memory and decreases speed!
  17. ;Look for the maximum channel-number of your TNC-firmware.
  18. CHANNELS 6
  19. ;
  20. ;Sets the external driver:
  21. ;Host.drv   = WA8DED-hostmode
  22. ;KISS.drv   = KISS-mode
  23. ;BayCom.drv = BayCom-modem from DG3RBU and DL8MBT
  24. DRIVER "Host.drv"
  25. ;
  26. ;Terminal-paths:
  27. REMOTEDIR "Remote/"           ;Remote-directory
  28. AUTOSAVEDIR "Bin/"            ;AmiCom puts 7Plus-files in this dir.
  29. EDITOR "C:Ed"        ;Texteditor
  30. ;
  31. ;Some preferences for terminal:
  32. AMDATE OFF                ;Date: OFF: DD.MM.YYYY, ON: MM/DD/YYYY
  33. AUTOSAVE ON               ;Save 7Plus-Files automatic?
  34. BELL ON                   ;Westminster-gong when connected or //RI ?
  35. BOXCHECK ON               ;Boxcheck (DieBox/BayCom-box)?
  36. CONVERTER 1               ;Charset-converter for national characters:
  37. ;                          0=Off (Amiga, ANSI), 1=IBM, 2=DIN/IBM
  38. CTEXT ON                  ;Should I send connect-text?
  39. ECHO ON                   ;Display input-text on output-window?
  40. ENGLISH OFF               ;Language of remote-texts and error-messages:
  41. ;                          OFF: german/deutsch, ON: english/englisch
  42. LOGBOOK ON                ;Log all connects (logbook.ac)?
  43. MHEARD ON                 ;Do you want a Monitor-Heard-list?
  44. MONDECODE ON              ;OFF: Display everything on monitorchannel,
  45. ;                          ON:  Don't display binary
  46. NUMPAD ON                 ;Numeric keypad: ON: Home/End/... OFF: Numbers
  47. PCFONT OFF                ;IBM-Font? (Not with converter!)
  48. POPUPTIME 6               ;How many seconds should I display error-requesters?
  49. REMOTE ON                 ;Remote with //XXXX ?
  50. SOUND ON                  ;Sound on incoming data or CTRL-G?
  51. TNCCLOCK ON               ;Should I set TNC-Clock (with K...)?
  52. UMLAUTE ON                ;German Umlaute? (OFF: ä->ae, ß->ss...)
  53. ;
  54. ;Screenmode for terminal:
  55. INTERLACE OFF             ;Screen in interlaced-mode?
  56. SCREENHEIGHT 0            ;Screenheight (200-2048, 0=automatic workbenchsize)
  57. PALETTE 0 10 10 10        ;Background colour
  58. PALETTE 1 0 0 0           ;Textpen 1 (input-window, receieved text...)
  59. PALETTE 2 15 15 15        ;Textpen 2 (transmitted text in output-window...)
  60. PALETTE 3 6 8 11          ;Background colour 2 (statuslines)
  61. EDITWINDOW 4              ;visible height of input-window in lines
  62. MONITORWINDOW 4           ;visible height of monitor-window in lines
  63. ;                          the rest is height of output-window.
  64. ;
  65. ;Sizes of backscrollbuffers:
  66. BUFFERS 20                ;Size of all output-backscrollbuffers, *1024 Bytes
  67. BUFFER 0 5                ;Size of monitor-backscrollbuffer, *1024 Bytes
  68. ;
  69. ;Setup of serial interface for communication with TNC:
  70. SERDEVICE "serial.device" ;Device, normal "serial.device"
  71. SERUNIT 0                 ;Unit-number, normal 0
  72. SERBAUDRATE 9600          ;Baudrate Computer<->TNC
  73. ;
  74. ;Modemsetup, used for some drivers:
  75. MODEMBAUD 1200            ;Modembaudrate, see driverdocumentation
  76. MODEMFLAGS 0              ;Some special flags, see driverdocumentation
  77. ;
  78. ;Some level-2-parameters:
  79. MAXFRAME 3                ;Maximum number of unack. frames
  80. PACLEN 256                ;Maximum length of frames
  81. INFOTIME 100              ;Delay of datacollector in 1/100 Sec.
  82. ;
  83. ;TNC-initialization (program-start):
  84. TNC 0 "@T2 20"            ;Packet-Response-Timer T2 in 1/100 Sec.
  85. TNC 0 "@T3 18000"         ;Link-Inactivity-Timer T3 in 1/100 Sec.
  86. TNC 0 "C CQ"              ;Destination-call for UI-frames (monitor)
  87. TNC 0 "F 800"             ;Timer T1 (FRACK) in 1/100 Sec.
  88. TNC 0 "K 1"               ;Date/Timestamp: 0=No, 1=Status, 2=St. and Monitor
  89. TNC 0 "M UISC"            ;Show everything in Monitor
  90. TNC 0 "N 10"              ;N2, Tries
  91. TNC 0 "P 64"              ;Persistence (useful: 16...128)
  92. TNC 0 "R 1"               ;L2 Digipeating: 0=Off, 1=On
  93. TNC 0 "T 12"              ;TXDelay
  94. TNC 0 "U 0"               ;Connect-text off (this does AmiCom)
  95. TNC 0 "W 10"              ;Slottime,for Persistence in 1/100 Sec.
  96. TNC 0 "X 1"               ;0=TX disabled (SWL?), 1=TX enabled
  97. ;
  98. ;TNC-deinitialization (program-end):
  99. TNCSTOP 0 "M N"
  100. TNCSTOP 0 "U 1 Terminal offline, pse QRX."
  101. ;
  102. END
  103.